func reflect.align
11 uses
reflect (current package)
abi.go#L143: a.stackBytes = align(a.stackBytes, uintptr(t.Align()))
abi.go#L317: a.stackBytes = align(a.stackBytes, alignment)
abi.go#L424: spill = align(spill, uintptr(arg.Align()))
abi.go#L433: spill = align(spill, goarch.PtrSize)
abi.go#L438: retOffset := align(in.stackBytes, goarch.PtrSize)
type.go#L2507: offset := align(size, uintptr(ft.Align_))
type.go#L2579: s := align(size, uintptr(typalign))
type.go#L2993: Size_: align(abid.retOffset+abid.ret.stackBytes, goarch.PtrSize),
value.go#L568: frameSize = align(frameSize, goarch.PtrSize)
value.go#L929: func align(x, n uintptr) uintptr {
value.go#L1092: methodFrameSize = align(methodFrameSize, goarch.PtrSize)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |